home *** CD-ROM | disk | FTP | other *** search
-
- Links
-
-
-
- <A HREF="[url][#chapter]" [TARGET=text]>text or picture</a>
-
- Stands for "anchor". url is the path to the linked file,
- usually a page, picture or a sound. #chapter is a specified
- part of a linked page. To link to an email address, use
- HREF=mailto:email where email is the address. TARGET is a
- Netscape HTML extension which opens the link in a (new)
- window or frame named "text". If text is "_blank", the
- window will be unamed. If it is "_self", the current window
- or frame will be used. You may also check out the FORM tag
- to test another email link feature.
-
-
-
- <A NAME="text">text or picture</A>
- Defines a new chapter on a page. "text" will not show up for
- the user and can be anything at all.
-
- <NOEMBED>
- Noembed is a Netscape tag. Links within this tag is displayed
- within the WWW page, via a plug-in. If the user has another
- browser, <NOEMBED> will be displayed as a link. Use it, for
- example, to show a Quicktime film. Must end with </NOEMBED>
-
- The linked text will show up in a different color, usually
- blue (or magneta if the user has visited the linked site)
- You can change the color with the BODY command, see the
- chapters menu. Pictures will have a blue or magneta border,
- usually 1 dot width. You can change the width, or remove
- the entire border, with the IMG tag, see the "Pictures"
- chapter.
-